From: Chong Yidong Date: Fri, 13 Mar 2009 01:59:05 +0000 (+0000) Subject: (Advising Primitives): Link to What Is a Function. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1301 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=86eb3c9962f76dfa1a953dabd66e749c384b33a7;p=emacs.git (Advising Primitives): Link to What Is a Function. --- diff --git a/doc/lispref/advice.texi b/doc/lispref/advice.texi index bb65d29bfaa..57cfc616f23 100644 --- a/doc/lispref/advice.texi +++ b/doc/lispref/advice.texi @@ -685,7 +685,7 @@ Instead they are implemented specially by the advice mechanism. @section Advising Primitives @cindex advising primitives - Advising a primitive function (also called a ``subr'') is risky. + Advising a primitive function (@pxref{What Is a Function}) is risky. Some primitive functions are used by the advice mechanism; advising them could cause an infinite recursion. Also, many primitive functions are called directly from C code. Calls to the primitive